String Schema
CommonTotalServicePriceType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CommonTotalPriceType Complex Type
Diagram
AssignedService Element Currency Element Amount Element Sequence TotalIncentivesPrice Element Currency Element Amount Element Sequence TotalSalesTaxes Element Currency Element Amount Element Sequence RecommendedRetailPrice Element Currency Element Amount Element Sequence TotalSalesPrice Element Sequence CommonTotalServicePriceType Complex Type
Overview
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
AssignedService IdentifierType Simple Type
Reference to a servicer or package in case that the price is included in another component
Used By
ServicePrice Element
Source
<xs:complexType name="CommonTotalServicePriceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CommonTotalPriceType">
      <xs:sequence>
        <xs:element name="AssignedService" type="IdentifierType" nillable="false">
          <xs:annotation>
            <xs:documentation>Reference to a servicer or package in case that the price is included in another component</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.